home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000102_stephen.bozarth@gmail.com_Fri Jun 29 13:09:11 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail
  2. From:  nospam <stephen.bozarth@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Sudo with Kermit
  5. Date: Tue, 26 Jun 2007 18:26:04 -0000
  6. Organization: http://groups.google.com
  7. Lines: 24
  8. Message-ID: <1182882364.507475.314270@g4g2000hsf.googlegroups.com>
  9. References: <1182829001.679872.51040@q69g2000hsb.googlegroups.com>
  10. NNTP-Posting-Host: 24.148.162.75
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset="us-ascii"
  13. X-Trace: posting.google.com 1182882364 6533 127.0.0.1 (26 Jun 2007 18:26:04 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Tue, 26 Jun 2007 18:26:04 +0000 (UTC)
  16. In-Reply-To: <1182829001.679872.51040@q69g2000hsb.googlegroups.com>
  17. User-Agent: G2/1.0
  18. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe)
  19. Complaints-To: groups-abuse@google.com
  20. Injection-Info: g4g2000hsf.googlegroups.com; posting-host=24.148.162.75;
  21.    posting-account=F3-DyQ0AAABnQuQZBKWD2mPtfPghcbc8
  22. Xref: panix comp.protocols.kermit.misc:15673
  23.  
  24. On Jun 25, 11:36 pm, contrace...@gmail.com wrote:
  25. > Hi:
  26. >
  27. > Is there any way to use Kermit like sudo program ?
  28. > (to execute Unix commands like root user)
  29. >
  30. > solaris>cat /etc/hosts
  31. > no privilege....
  32. >
  33. > solaris> sudo cat /etc/hosts
  34. > localhost 192.168.1.1
  35. > .
  36. > .
  37. > .
  38. > solaris>
  39. >
  40. > Thanks.
  41.  
  42. Did you try?
  43.  
  44. sudo kermit will fire up kermit, given appropriate sudo permissions
  45. for the invoking user....
  46. sudo kermit <scriptname> will execute a kermit script.
  47.